Release 10.1A: OpenEdge Data Management:
SQL Reference
SELECT
Selects the specified column values from one or more rows contained in the tables or views specified in the query expression. The selection of rows is restricted by the
WHEREclause. The temporary table derived through the clauses of a select statement is called a result table.Syntax
column_listSee the COLUMN_LIST clause.
FROM table_listSee the FROM clause.
WHERE search_conditionSee the WHERE clause.
GROUP BY grouping_conditionSee the GROUP BY clause.
HAVING search_conditionSee the HAVING clause.
ORDER BY ordering_conditionSee the ORDER BY clause.
WITH locking_hintsSee the WITH clause.
FOR UPDATEupdate_conditionSee the FOR UPDATE clause.
Authorization
Must have
DBAprivilege orSELECTpermission on all the tables or views referred to in the query_expression.Related statements
INSERT, DELETE
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |